-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get started: Import data from another API client #229
base: docs/get-started-section
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Guaris Could you approve the CLA? #229 (comment) I think that might be the reason why the preview URL isn't working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few formatting suggestions! The preview link is appearing broken, but you can see it here: https://insomnia-docs-git-docu-3908-teaminsomnia.vercel.app/insomnia/get-started/documents/spec
<li>Open the Document or Collection dropdown menu.</li> | ||
<li>Select <b>Import/Export</b>.</li> | ||
<li>Choose an option from the <b>Import Data</b> dropdown menu.</li> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul> | |
<li>Open the Document or Collection dropdown menu.</li> | |
<li>Select <b>Import/Export</b>.</li> | |
<li>Choose an option from the <b>Import Data</b> dropdown menu.</li> | |
</ul> | |
<ol> | |
<li>Open the Document or Collection dropdown menu.</li> | |
<li>Select <b>Import/Export</b>.</li> | |
<li>Choose an option from the <b>Import Data</b> dropdown menu.</li> | |
</ol> |
<li>Go to <b>Preferences</b>.</li> | ||
<li>Navigate to the <b>Data</b> tab.</li> | ||
<li>Select an option from the <b>Import Data</b> dropdown menu.</li> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul> | |
<li>Go to <b>Preferences</b>.</li> | |
<li>Navigate to the <b>Data</b> tab.</li> | |
<li>Select an option from the <b>Import Data</b> dropdown menu.</li> | |
</ul> | |
<ol> | |
<li>Go to <b>Preferences</b>.</li> | |
<li>Navigate to the <b>Data</b> tab.</li> | |
<li>Select an option from the <b>Import Data</b> dropdown menu.</li> | |
</ol> |
<p><b>From Document or Collection:</b></p> | ||
<ul> | ||
<li>Open the Document or Collection name dropdown menu.</li> | ||
<li>Select <b>Import/Export</b>.</li> | ||
<li>Choose an option from the <b>Export Data</b> dropdown menu.</li> | ||
</ul> | ||
<p><b>From Preferences:</b></p> | ||
<ul> | ||
<li>Go to <b>Preferences</b>.</li> | ||
<li>Navigate to the <b>Data</b> tab.</li> | ||
<li>Select an option from the <b>Export Data</b> dropdown menu.</li> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>Steps to Export Data</h3> | |
<p><b>From Document or Collection:</b></p> | |
<ul> | |
<li>Open the Document or Collection name dropdown menu.</li> | |
<li>Select <b>Import/Export</b>.</li> | |
<li>Choose an option from the <b>Export Data</b> dropdown menu.</li> | |
</ul> | |
<p><b>From Preferences:</b></p> | |
<ul> | |
<li>Go to <b>Preferences</b>.</li> | |
<li>Navigate to the <b>Data</b> tab.</li> | |
<li>Select an option from the <b>Export Data</b> dropdown menu.</li> | |
</ul> | |
<p><b>From Document or Collection:</b></p> | |
<ol> | |
<li>Open the Document or Collection name dropdown menu.</li> | |
<li>Select <b>Import/Export</b>.</li> | |
<li>Choose an option from the <b>Export Data</b> dropdown menu.</li> | |
</ol> | |
<p><b>From Preferences:</b></p> | |
<ol> | |
<li>Go to <b>Preferences</b>.</li> | |
<li>Navigate to the <b>Data</b> tab.</li> | |
<li>Select an option from the <b>Export Data</b> dropdown menu.</li> | |
</ol> |
<h2>Import Data</h2> | ||
<p>Insomnia allows you to import data from a file, URL, or clipboard.</p> | ||
<h3>Steps to Import Data</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>Steps to Import Data</h3> |
https://konghq.atlassian.net/browse/DOCU-3908